home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / kingsky.swf / scripts / DefineSprite_38 / frame_5 / DoAction.as
Text File  |  2007-10-01  |  129b  |  12 lines

  1. rand = random(2);
  2. if(rand == 0)
  3. {
  4.    gotoAndStop("cengir");
  5.    play();
  6. }
  7. else
  8. {
  9.    gotoAndStop("melet");
  10.    play();
  11. }
  12.